home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set spnum to the clickOn
- puppetSprite(spnum, 1)
- set the castNum of sprite spnum to the number of cast "PHOTO_D"
- updateStage()
- repeat while the stillDown
- updateStage()
- end repeat
- puppetSprite(spnum, 0)
- end
-
- on mouseUp
- global mov_name
- set mov_name to the castNum of sprite 10
- set the controller of cast mov_name to 0
- updateStage()
- go("pict")
- set the controller of cast mov_name to 1
- updateStage()
- end
-